home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 4 / ETO Development Tools 4.iso / Essentials / MacApp Documentation / MacApp.TECH$ Archives / 1990 / Apr 90 / MacApp.Tech$ 4⁄27⁄90 / 1186-Re Think Pascal bug?-Apr90 < prev    next >
Encoding:
Text File  |  1991-03-06  |  1.1 KB  |  32 lines  |  [TEXT/GEOL]

  1. Item    9029010                         23-April-90        15:55PDT
  2.  
  3. From:   NEAL                            Symantec, David Neal,PRT
  4.  
  5. To:     A0158                           F & M College, H Haddon, SPT,PRA
  6.  
  7. cc:     MACAPP.TECH$                    MacApp Technical
  8.  
  9. Sub:    Re: Think Pascal bug?
  10.  
  11. Harry,
  12.  
  13. < When the sample application Calc is run with Think, Calc will bomb if any
  14. < non-empty cells are copied to the clipboard and then Quit is choosen.  The
  15. < bomb, usually an address error, bus error, or method not found error,
  16. < occurred at the following lines in the method TCellsView.WriteToScrap in
  17. < UCalc.p:
  18.  
  19. <   with fCalcDocument.GetCell(aCell.v, aCell.h) do
  20. <        WriteToScrap(calcScrap, scrapOffset);
  21.  
  22.  
  23. This is indeed a bug with THINK Pascal code generation.  We have prepared a
  24. patcher program which will update THINK Pascal to fix this and a couple of
  25. other code generation bugs.  We are preparing a disk containing this patcher
  26. program (and 2.0 final conversion scripts) which will be included in the MacApp
  27. 2.0 final package from APDA.
  28.  
  29. Thanks for the report,
  30. David Neal
  31.  
  32.